Fix distcheck
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Dec 2014 01:53:07 +0000 (20:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Dec 2014 01:53:07 +0000 (20:53 -0500)
Using an absolute path with subdir-objects failed in distcheck.

docs/tools/Makefile.am

index 9287540464d000e60dbde361d4ad3da995f28c8e..3953d361dff79d34a1171e0722ebc593d362a9b1 100644 (file)
@@ -34,8 +34,8 @@ doc_shooter_SOURCES=  \
        shooter.c       \
        widgets.c       \
        widgets.h       \
-       $(top_srcdir)/tests/gtkgears.c \
-       $(top_srcdir)/tests/gtkgears.h
+       ../../tests/gtkgears.c \
+       ../../tests/gtkgears.h
 
 clean-local:
        for file in *.png; do \